home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / hard / drivr / LogiMouse1053.lha / LogiMouse1053 / SerDiag / SerDiag.man < prev   
Text File  |  1995-05-18  |  2KB  |  91 lines

  1. SerDiag                           Manual                            SerDiag
  2.  
  3.    NAME
  4.  
  5.       SerDiag - Diagnostic tool for monitoring the serial port (with a view 
  6.                 to working out mouse protocols/debugging LogiMouse 
  7.                 from the info)
  8.  
  9.    SYNOPSIS
  10.       
  11.       SerDiag        [-d <serial.device>]
  12.                      [-u <unit>]
  13.                      [-q]
  14.                      [-b <Baud rate>]
  15.                      [-s <Stop bits>]
  16.                      [-w <Read/Write len>]
  17.   
  18.    DESCRIPTION
  19.  
  20.       SerDiag is a tool for monitoring your serial device, it prints
  21.       each byte read to standard output (usually the shell you run it 
  22.       from but you can re-direct the output to a file if you wish 
  23.       ( "SerDiag > ram:SerDiag.out" ).
  24.  
  25.       It was written for de-coding the protocol of a LogiTech mouse
  26.       (but is not limited to this..).
  27.  
  28.    OPTIONS
  29.  
  30.       -d <serial.device>         (defaults to serial.device)
  31.       -u <unit>                  (defaults to 0)
  32.       -q                                 quit
  33.       -b <Baud rate>             (defaults to 1200)
  34.       -s <StopBits>              (defaults to 1)
  35.       -w <Read/Write len>        (defaults to 7)
  36.  
  37.    EXAMPLE
  38.  
  39.       SerDiag -u2                Monitors port 2 of serial device
  40.       SerDiag -q                 Quits an already running SerDiag
  41.  
  42.    ERRORS
  43.  
  44.       None known
  45.  
  46.    WARNING
  47.  
  48.       If you really want to open the serial dev. with 10 read/write bits
  49.       and 4 stopbit go ahead (but no good will come of it.. ;-) )
  50.  
  51.    BUGS/PROBLEMS
  52.  
  53.       None known
  54.  
  55.    SPECIAL REQUIREMENTS
  56.  
  57.    Needs OS 2.04 or higher.
  58.  
  59.    AUTHOR
  60.  
  61.       Simon Richardson
  62.       simon@albert.demon.co.uk
  63.  
  64.    COPYRIGHT
  65.  
  66.       Simon Richardson 1994 - 1995.
  67.  
  68.    PRICE
  69.  
  70.       SerDiag is emailware (if you like it let me know)
  71.  
  72.    DISTRIBUTABILITY
  73.  
  74.       Freely Distributable, (c) 1994-95 Simon Richardon
  75.  
  76.    DISCLAMER
  77.  
  78.       Well.. there's not actually much that can go wrong..
  79.       if however you wish to prove me wrong, go ahead..
  80.       but i take no resposibilty for your actions (or indeed
  81.       the actions of this program)                           
  82.       
  83.       
  84.       If you like it, use it.. If you hate it delete it.
  85.         
  86.    HISTORY
  87.  
  88.       1.01  30/03/95    First Aminet release (as part of the
  89.                         LogiTech distribution).
  90.  
  91.